home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / mem / ds5000.md / memAsm.s < prev   
Text File  |  1989-07-08  |  1KB  |  36 lines

  1. /* memAsm.s --
  2.  *
  3.  *    Routine to return callers PC.
  4.  *
  5.  *         This file contains all hardware dependent routines for the PMAX.
  6.  *
  7.  * Copyright (C) 1989 by Digital Equipment Corporation, Maynard MA
  8.  *
  9.  *            All Rights Reserved
  10.  *
  11.  * Permission to use, copy, modify, and distribute this software and its 
  12.  * documentation for any purpose and without fee is hereby granted, 
  13.  * provided that the above copyright notice appear in all copies and that
  14.  * both that copyright notice and this permission notice appear in 
  15.  * supporting documentation, and that the name of Digital not be
  16.  * used in advertising or publicity pertaining to distribution of the
  17.  * software without specific, written prior permission.  
  18.  *
  19.  * Digitial disclaims all warranties with regard to this software, including
  20.  * all implied warranties of merchantability and fitness.  In no event shall
  21.  * Digital be liable for any special, indirect or consequential damages or
  22.  * any damages whatsoever resulting from loss of use, data or profits,
  23.  * whether in an action of contract, negligence or other tortious action,
  24.  * arising out of or in connection with the use or performance of this
  25.  * software.
  26.  *
  27.  * rcs = $Header: memAsm.s,v 1.1 89/03/30 18:43:06 mnelson Exp $ SPRITE (DECWRL)
  28.  */
  29.  
  30. #include <regdef.h>
  31.  
  32.     .globl Mem_CallerPC
  33. Mem_CallerPC:
  34.     add        v0, zero, zero
  35.     j        ra
  36.